Bitmap for UWP
LoadAsync(StorageFile,ContainerFormat,Nullable<ImageRect>,BaseTransform[]) メソッド

C1.UWP.Bitmap アセンブリ > C1.Xaml.Bitmap 名前空間 > C1Bitmap クラス > LoadAsync メソッド : LoadAsync(StorageFile,ContainerFormat,Nullable<ImageRect>,BaseTransform[]) メソッド
入力 StorageFile。
画像コンテナ形式。形式を自動的に検出するには、Unknown を使用します。
すべての変換を終了した後の画像のクリッピング四角形。
ロードする画像の変換チェーン。
StorageFile から画像をロードします。
シンタックス
'宣言
 
Public Overloads Function LoadAsync( _
   ByVal storageFile As Windows.Storage.StorageFile, _
   ByVal containerFormat As ContainerFormat, _
   ByVal imageRect As System.Nullable(Of ImageRect), _
   ByVal ParamArray transforms() As BaseTransform _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task LoadAsync( 
   Windows.Storage.StorageFile storageFile,
   ContainerFormat containerFormat,
   System.Nullable<ImageRect> imageRect,
   params BaseTransform[] transforms
)

パラメータ

storageFile
入力 StorageFile。
containerFormat
画像コンテナ形式。形式を自動的に検出するには、Unknown を使用します。
imageRect
すべての変換を終了した後の画像のクリッピング四角形。
transforms
ロードする画像の変換チェーン。
参照

C1Bitmap クラス
C1Bitmap メンバ
オーバーロード一覧